(1.37.109.15/16.2) id AA254200184; Mon, 3 Jul 1995 18:09:44 -0700
Return-Path: <owner-lightwave@webcom.com>
Received: from kitten.mcs.com by webcom.com with ESMTP
(1.37.109.15/16.2) id AA254130178; Mon, 3 Jul 1995 18:09:39 -0700
Received: from mailbox.mcs.com (Mailbox.mcs.com [192.160.127.87]) by kitten.mcs.com (8.6.10/8.6.9) with SMTP id UAA13597 for <lightwave@webcom.com>; Mon, 3 Jul 1995 20:12:22 -0500
Received: by mailbox.mcs.com (/\==/\ Smail3.1.28.1 #28.5)
id <m0sSwVR-000k8mC@mailbox.mcs.com>; Mon, 3 Jul 95 20:10 CDT
Received: by venus.mcs.com (/\==/\ Smail3.1.28.1 #28.5)
id <m0sSwVQ-000IDSC@venus.mcs.com>; Mon, 3 Jul 95 20:10 CDT
Message-Id: <m0sSwVQ-000IDSC@venus.mcs.com>
Date: Mon, 3 Jul 95 20:10 CDT
From: johnc@mcs.com (John Crookshank)
To: lightwave@webcom.com (lightwave)
Subject: Re: Render from PC to Amiga PAR
X-Mailer: THOR 2.0 (SOUP)
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Lines: 39
Sender: owner-lightwave@webcom.com
Precedence: bulk
On 02-Jul-95 10:48:19, Animation Productions
(animprod@iccu6.ipswichcity.qld.gov.au) E-Mailed:
> I got an interesting answer about using the AMiga, through AREXX, to
> detect and pick up the files directly off the NFS mounted IBM drive. I
> dont know if it works and I really dont know where to start, but I will
> look into it, any suggestions! I know I can get files (through DOPUS)
> directly of the IBM drive running AmiTCP, but to automate this whilst
> the IBM is rendering is beyond me I think (hell, I'm just an animator)
Yup - sure could. We use a small Arexx program on our Amiga network as a
print spooler. It does the same thing you are talking about: Monitors a
directory on the hard drive for incoming files, and when they appear,
copies them to the parallel port, then goes back and deletes them, and
waits for more. While the source code is too specific to our print spooler
to be of much help, the basic steps in the arexx program are:
1) Use AmigaDOS LIST with the lformat option to generate a text file list
of the files that are in the directory of your choice. If the file list
is empty, go to step 5.
2) Open the text file and read the filename(s) into an array. Delete the